home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / modula2 / 122 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  876 b 

  1. Path: weck.brokersys.com!not-for-mail
  2. From: jguthrie@brokersys.com
  3. Newsgroups: comp.lang.modula2
  4. Subject: Re: Modula2 for C programmers?
  5. Date: 22 Jan 1996 06:55:19 -0600
  6. Organization: Executel/IBS Internet Services
  7. Message-ID: <4e01fn$qte@weck.brokersys.com>
  8. References: <erico-1801961940460001@infinitehell.cnmat.berkeley.edu> <4dqusf$d7k@weck.brokersys.com> <DLIGLJ.FDE@nyongwa.montreal.qc.ca> <4du11j$l31@weck.brokersys.com> <cspt.1225.31032C36@giraffe.ru.ac.za>
  9. NNTP-Posting-Host: weck.brokersys.com
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. Pat Terry (cspt@giraffe.ru.ac.za) wrote:
  13.  
  14. : They should all allow you to CAST (coerce) to a BITSET and back
  15.  
  16. :   e.g.    A := CARDINAL( BITSET(x) * BITSET(y) )
  17.  
  18. : does AND, and so on.  
  19.  
  20. Why isn't this mentioned in any of the books that I've read on Modula-2?  I
  21. was always left with the impression that it was impossible to do this.
  22.  
  23.